Blog: From Cron to Durable Execution — A Primer on Workflow Engines#1350
Open
rubenfiszel wants to merge 12 commits intomainfrom
Open
Blog: From Cron to Durable Execution — A Primer on Workflow Engines#1350rubenfiszel wants to merge 12 commits intomainfrom
rubenfiszel wants to merge 12 commits intomainfrom
Conversation
…ct, Temporal, Inngest, Windmill) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying windmilldocs with
|
| Latest commit: |
35e6e87
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8438aeca.windmilldocs.pages.dev |
| Branch Preview URL: | https://blog-workflow-engines-primer.windmilldocs.pages.dev |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…a are by convention Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ugh DB is universal Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ly, no visual editor Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rt is high Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… not language Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Reframe "Three Generations" as two generations plus a visual UX over Gen 1 (flow builders are an authoring mode, not a distinct generation) - Wrap the 5-engine code comparison and dynamic-control-flow comparison in Tabs so readers don't have to scroll top-to-bottom - Add a Benchmark Methodology section explaining why only Temporal is compared and defining seq_N / par_N / fan_out_N; note repro repo is planned - Replace most ASCII box/sequence diagrams with React components: DAG scheduler model, Airflow state machine, Temporal replay sequence, Inngest HTTP roundtrips, persistence spectrum, worker architecture, GitHub stars bar chart - Reduce em dashes across the post (periods/colons/commas where they were lazy sentence joiners; kept genuine parentheticals) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dagster's ~13.5K stars put it above Hatchet/Inngest/Restate/DBOS, and its software-defined-asset model is a genuinely different authoring paradigm on top of the Gen-1 execution model — worth a short entry even though the underlying runtime is similar to Airflow/Prefect. Also update the description, intro, section title, and GitHub stars chart to include Dagster. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Long-form technical blog post comparing workflow engines, targeting HN audience.
Engines covered in depth: Airflow, Prefect, Temporal, Inngest, Windmill WAC, Windmill Flows
Honorable mentions: Restate, DBOS, Hatchet
Content highlights
SEO keywords
workflow engine, durable execution, Airflow, Temporal, Prefect, Inngest, Windmill, workflow-as-code, DAG scheduler, event sourcing
Notes
windmill-labs/windmillbranchwmap-benchmark-metrics🤖 Generated with Claude Code